home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON01 / ACT01A / common1.cst / 00055_common handlers.ls < prev    next >
Encoding:
Text File  |  2003-05-01  |  404 b   |  16 lines

  1. --places sprites in the list at their proper positions
  2. on positionSprite sprList
  3.   repeat with spr in sprList
  4.     set theLoc=the regPoint of the member of sprite spr
  5.     set the loc of sprite spr=2*theLoc
  6.   end repeat
  7.   updateStage
  8. end 
  9.  
  10. --on stopMovie
  11. --  set l=["face","hair","eyes","glasses"]
  12. --  repeat with m in l
  13. --    set the name of member getPos(l,m) of castLib "theFace"=m
  14. --  end repeat
  15. --end
  16.